From 76af90767634f5caea622c2abc13d21adb41550c Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 19 Jun 2016 22:23:06 -0400 Subject: [PATCH] Add a release note for scrolled windows Mention the changed sizing behavior and how to address it. --- docs/reference/gtk/migrating-3xtoy.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/reference/gtk/migrating-3xtoy.xml b/docs/reference/gtk/migrating-3xtoy.xml index a3b0a6ccda..b546cbaa70 100644 --- a/docs/reference/gtk/migrating-3xtoy.xml +++ b/docs/reference/gtk/migrating-3xtoy.xml @@ -417,5 +417,14 @@ currently shown in the UI is to use a #GtkStack (with some 'filler' widget, e.g. an empty #GtkBox, in another page). + + + GtkScrolledWindow now respects the natural size of its child and passes + it along. This may change the size distribution of layouts involving + scrolled windows (they may take up more space than before). In most + cases, setting suitable values for #GtkScrolledWindow:max-content-width + and #GtkScrolledWindow:max-content-height will allow control over the + size of the scrolled window. + -- 2.30.2